Skip to content

Commit 0ddc86e

Browse files
committed
.github/workflows/release: enable uploading
1 parent 06aebda commit 0ddc86e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
- name: Build
2323
run: |
2424
python setup.py sdist bdist_wheel
25-
#- name: Upload to PyPI
26-
# env:
27-
# TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
28-
# TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
29-
# run: |
30-
# twine upload dist/*
25+
- name: Publish a Python distribution to PyPI
26+
uses: pypa/gh-action-pypi-publish@release/v1
27+
with:
28+
user: __token__
29+
password: ${{ secrets.PYPI_API_TOKEN_RKDARST }}

0 commit comments

Comments
 (0)