Skip to content

Commit

Permalink
Update .github/workflows/pyscal.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Ferrera <[email protected]>
  • Loading branch information
alifbe and mferrera authored Jan 17, 2024
1 parent d7c9a10 commit cbae63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyscal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.pyscal_pypi_token }}
run: |
export SETUPTOOLS_SCM_PRETEND_VERSION=${GITHUB_REF//refs\/tags\//}
pip install build
pip install -U build twine # and maybe setuptools? not sure
python -m build
twine upload dist/*
Expand Down

0 comments on commit cbae63e

Please sign in to comment.