Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release action #15

Merged
merged 3 commits into from
May 15, 2024
Merged

Release action #15

merged 3 commits into from
May 15, 2024

Conversation

phschiele
Copy link
Collaborator

No description provided.

- run: hatch run test

- name: build
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just making sure this works before merging. Should be uncommented before merging.

if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add your PyPI token to GitHub as PYPI_API_TOKEN.

@fabian-sp fabian-sp merged commit c059322 into main May 15, 2024
2 checks passed
@fabian-sp fabian-sp deleted the release-action branch May 15, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants