Skip to content

Commit

Permalink
fix broken release action (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener authored Nov 25, 2024
1 parent 378d8ac commit f317528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
# see https://docs.pypi.org/trusted-publishers/.
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: wheelhouse/

- name: Create GitHub release
if: needs.versions.outputs.glpk_version != needs.versions.outputs.swigplk_version
Expand Down

0 comments on commit f317528

Please sign in to comment.