Skip to content

Commit

Permalink
Update package_publishing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TommasoBelluzzo authored Jul 11, 2021
1 parent 7f0ea80 commit c9e47e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package_publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ jobs:
run: |
pip install --quiet --upgrade pip
pip install --quiet --upgrade --upgrade-strategy eager -r requirements.txt --use-feature=in-tree-build
pip install --quiet --upgrade --upgrade-strategy eager -e .[setup]
pip install --quiet --upgrade --upgrade-strategy eager -e .[publish]
pip install --quiet --upgrade --upgrade-strategy eager -e .[build]
- name: PyPI Publishing
env:
PYPI: ${{ steps.bump.outputs.pypi }}
Expand Down

0 comments on commit c9e47e3

Please sign in to comment.