Skip to content

Commit

Permalink
Update pypi-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikoletos-K committed Jun 26, 2023
1 parent 021f5cc commit 11e75ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Build and publish
run: |
python -m build --sdist --wheel
twine upload -u __token__ -p ${{ secrets.PYJEDAI_PYPI_TOKEN }} dist/*
twine upload -u __token__ -p ${{ secrets.PYJEDAI_PYPI_TOKEN }} -r pypi dist/*

0 comments on commit 11e75ec

Please sign in to comment.