We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06aebda commit 0ddc86eCopy full SHA for 0ddc86e
.github/workflows/release.yml
@@ -22,9 +22,8 @@ jobs:
22
- name: Build
23
run: |
24
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/*
+ - name: Publish a Python distribution to PyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ user: __token__
+ password: ${{ secrets.PYPI_API_TOKEN_RKDARST }}
0 commit comments