Skip to content

Commit

Permalink
ops: fix publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kerberizer committed Feb 3, 2024
1 parent 0d62557 commit a8a3082
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Checkout the repository
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name}}

- name: Setup Python
uses: actions/setup-python@v5
Expand Down Expand Up @@ -69,6 +71,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: pynanomapper-dist
path: dist

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit a8a3082

Please sign in to comment.