Skip to content

Commit

Permalink
Merge pull request #1744 from roboflow/fix/release-twine-package
Browse files Browse the repository at this point in the history
  • Loading branch information
SkalskiP authored Dec 16, 2024
2 parents 7b50eed + e6f0a8f commit d57078a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
poetry install --with=build
poetry build
twine check --strict dist/*
poetry run twine check --strict dist/*
- name: 🚀 Publish to PyPi
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
poetry install --with=build
poetry build
twine check --strict dist/*
poetry run twine check --strict dist/*
- name: 🚀 Publish to PyPi
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
Expand Down

0 comments on commit d57078a

Please sign in to comment.