Skip to content

Commit ba10318

Browse files
Merge pull request #192 from pact-foundation/fix/deploy_wheel_fix
fix: not creating wheel
2 parents d217e67 + 289e784 commit ba10318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_and_push_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2424
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2525
run: |
26-
python setup.py sdist bdist_wheel
26+
python setup.py sdist
2727
twine upload dist/*

0 commit comments

Comments
 (0)