Skip to content

Commit 26d1cb9

Browse files
Update python-publish.yml
1 parent 6551cf7 commit 26d1cb9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,12 @@ jobs:
3737
with:
3838
user: __token__
3939
password: ${{ secrets.PYPI_API_TOKEN }}
40+
- name: Upload files to a GitHub release
41+
uses: svenstaro/upload-release-action@2.4.0
42+
with:
43+
file: README.md
44+
asset_name: README-Release.md
45+
overwrite: false
46+
# If true the file can be a glob pattern, asset_name is ignored if this is true.
47+
# file_glob: # optiona
48+

0 commit comments

Comments
 (0)