Skip to content

Commit 065f387

Browse files
committed
update requirements.txt. add run-name to release workflow
1 parent a08d507 commit 065f387

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: "Package and Upload"
2+
run-name: "Package and Upload"
23
on:
34
push:
45
tags:
@@ -8,7 +9,6 @@ env:
89
TWINE_USERNAME: '__token__'
910
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
1011

11-
1212
jobs:
1313
main:
1414
runs-on: windows-latest

requirements.txt

20 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)