Skip to content

Commit 4498a91

Browse files
committed
enable twine upload
1 parent cae1110 commit 4498a91

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
with:
2828
tag_name: ${{ github.ref }}
29-
release_name: umapi-client.py ${{ github.ref }}
29+
release_name: umapi-client ${{ github.ref }}
3030
body_path: .changelog/latest.md
3131
draft: false
3232
prerelease: false
@@ -38,8 +38,8 @@ jobs:
3838
files: dist/*
3939
repo-token: ${{ secrets.GITHUB_TOKEN }}
4040
release-tag: ${{ steps.get_version.outputs.version }}
41-
# - name: Publish to PyPI
42-
# env:
43-
# TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
44-
# TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
45-
# run: twine upload dist/*
41+
- name: Publish to PyPI
42+
env:
43+
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
44+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
45+
run: twine upload dist/*

0 commit comments

Comments
 (0)