Skip to content

Commit

Permalink
fix: append missing wildcard to twine wheel paths
Browse files Browse the repository at this point in the history
  • Loading branch information
carrascomj committed Mar 11, 2021
1 parent f78665e commit 63e69e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

This comment has been minimized.

Copy link
@cdiener

cdiener Mar 11, 2021

Member

Still need to add the PIPY secrets to the Github repo. Those were previously on Travis and Appveyor so they won't be set yet.

This comment has been minimized.

Copy link
@carrascomj

carrascomj Mar 11, 2021

Author Member

Yes, sorry, I am looking for the secrets values that we've used before by I can't find them. I'll ask Niko tomorrow.

This comment has been minimized.

Copy link
@cdiener

cdiener Mar 11, 2021

Member

No problem 😄 I think they can never be read anyways so Niko will have to set them anew. Getting really close though 🤞

run:
twine upload --skip-existing --non-interactive ./wheelhouse
twine upload --skip-existing --non-interactive ./wheelhouse/*
- name: Create GitHub release
uses: actions/create-release@v1
if: steps.version.outputs.glpk_version != steps.version.outputs.swigplk_version
Expand Down

0 comments on commit 63e69e2

Please sign in to comment.