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

Update github actions versions #2

Merged
merged 3 commits into from
Sep 2, 2024
Merged

Conversation

tim-schilling
Copy link
Member

No description provided.

@@ -49,7 +49,7 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1.10.0
Copy link
Member

Choose a reason for hiding this comment

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

I don't know why that one CI step is failing but this is the line it's failing on. I double checked and that branch definitely exists. I wondered if we didn't need the @release part, since the tag is available at v1.10.0, but I don't know why it would work in the other steps? TL;DR: I looked into why that one CI step failed and whether that mattered or was a red flag, and I'm not sure.

Copy link
Member

Choose a reason for hiding this comment

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

Following the documentation they have - it should be release/v1, however, considering release/v* are branch names, it should be release/v1.10

@tim-schilling tim-schilling merged commit b42020b into main Sep 2, 2024
4 checks passed
@tim-schilling tim-schilling deleted the update-gha-versions branch September 2, 2024 23:58
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.

3 participants