Skip to content

Commit

Permalink
Merge pull request #168 from pycroscopy/use_dict3
Browse files Browse the repository at this point in the history
Update actions.yml
  • Loading branch information
gduscher authored Sep 1, 2024
2 parents 30e0be4 + 50200f4 commit fcb0eca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
env:
PYPI_TOKEN_PASSWORD: ${{ secrets.API_TOKEN_PYPI2 }}
run: |
pip install wheel, twine, build
pip install twine
pip install build
python -m build --sdist --wheel
twine upload --username "__token__" --password $PYPI_TOKEN_PASSWORD dist/*

0 comments on commit fcb0eca

Please sign in to comment.