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

Fix Update Dev Version on Release Workflow #304

Merged
merged 7 commits into from
Apr 16, 2024
Merged

Conversation

pauladkisson
Copy link
Member

@pauladkisson pauladkisson commented Apr 9, 2024

The triggering workflow name for update version was incorrectly set to auto-publish (the name of the yaml file). It should have been Upload Package to PyPI (the name field of the workflow).

No easy way to retrigger the upload package to pypi workflow -- in fact using skip-existing is specifically recommended against by action authors: https://github.com/pypa/gh-action-pypi-publish. So, we'll just have to check if this works properly on the next release.

Also, the triggered PR doesn't run the appropriate tests bc of a github actions bug with the secrets.GITHUB_TOKEN (see stack overflow) --> so that is fixed by using my PAT -- see #308

@pauladkisson pauladkisson enabled auto-merge (squash) April 9, 2024 18:12
@pauladkisson pauladkisson changed the title updated triggering workflow name Fix Update Dev Version on Release Workflow Apr 10, 2024
@pauladkisson pauladkisson disabled auto-merge April 10, 2024 18:25
@pauladkisson pauladkisson enabled auto-merge (squash) April 11, 2024 01:11
@pauladkisson pauladkisson merged commit fa12a51 into main Apr 16, 2024
18 checks passed
@pauladkisson pauladkisson deleted the version_workflow branch April 16, 2024 19:54
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