Skip to content

Commit

Permalink
Merge pull request #54 from ChameleonCloud/soufianej-pypi-action
Browse files Browse the repository at this point in the history
Added pip install setuptools step to pypi action
  • Loading branch information
JOUNAIDSoufiane authored Feb 15, 2024
2 parents ce0bf07 + c0571ac commit dde1902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install wheel
pip install setuptools
- name: update release version in setup
run: >-
sed -i "s/{{VERSION_PLACEHOLDER}}/${{ github.event.release.tag_name }}/g" setup.py
Expand Down

0 comments on commit dde1902

Please sign in to comment.