Skip to content

Commit

Permalink
Use packaging optional deps instead of .txt in publishing workflow (#231
Browse files Browse the repository at this point in the history
)
  • Loading branch information
hf-kklein authored Sep 26, 2024
1 parent 0a61fa5 commit dad01f6
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 @@ -56,7 +56,7 @@
# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# pip install -r dev_requirements/requirements-packaging.txt
# pip install .[packaging]
# - name: Build wheel and source distributions
# run: |
# python -m build
Expand Down

0 comments on commit dad01f6

Please sign in to comment.