Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanwsr committed Nov 16, 2022
1 parent 8ba0116 commit 5d27d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
python -m build
echo "[disutils]\nindex-servers=pypi\n[pypi]\nusername=__token__\npassword=${{ secrets.SECRETS }}" > ~/.pypirc
cat ~/.pypirc
twine upload dist/* --config-file ~/.pypirc --skip-existing
#- name: Upload
# uses: yaananth/twine-upload@v1
Expand Down

0 comments on commit 5d27d6f

Please sign in to comment.