Skip to content

Commit

Permalink
Merge pull request #233 from IPGP/PierreS-alpha-patch-1
Browse files Browse the repository at this point in the history
Update python-publish.yml add setuptools
  • Loading branch information
PierreS-alpha authored Dec 28, 2024
2 parents 834cc63 + c871df3 commit b74531c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
#python -m pip install build
#python -m build
##### *** geodezyx steps ***
python -m pip install build twine wheel
python -m pip install build twine wheel setuptools
### Build
python setup.py sdist bdist_wheel
### Check
Expand Down

0 comments on commit b74531c

Please sign in to comment.