Skip to content

Commit

Permalink
Merge pull request #65 from HERA-Team/try-to-fix-publish
Browse files Browse the repository at this point in the history
ci: see if the version is correct...
  • Loading branch information
steven-murray committed Jan 10, 2023
2 parents fcbeafb + 5138c5e commit d3dcd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Build a binary wheel and a source tarball
run: |
python -m build .
ls dist/
- name: Publish to PyPI
if: startsWith(github.event.ref, 'refs/tags/v')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.pypi_password }}

0 comments on commit d3dcd1d

Please sign in to comment.