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 c20f2d9 commit 83377e5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel twine build
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYJEDAI_PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYJEDAI_PYPI_PASSWORD }}
run: |
python -m build --sdist --wheel
twine upload dist/*
twine upload -u __token__ -p ${{ secrets.PYJEDAI_PYPI_TOKEN }} dist/*

0 comments on commit 83377e5

Please sign in to comment.