Skip to content

Commit

Permalink
Merge pull request #169 from melexis/build-tool
Browse files Browse the repository at this point in the history
Require build package again to fix release
  • Loading branch information
JasperCraeghs authored Dec 17, 2024
2 parents 9182ec5 + 6548f85 commit 9596b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install 'twine>=6.0.1'
pip install 'twine>=6.0.1' build
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ commands =
deps =
docutils
twine >= 6.0.1
build
readme-renderer
flake8
pygments
Expand Down

0 comments on commit 9596b70

Please sign in to comment.