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: inline publish-vortex.yml to work around pypi/warehouse#11096 #904

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

danking
Copy link
Member

@danking danking commented Sep 20, 2024

No description provided.

@danking danking requested a review from robert3005 September 20, 2024 22:05
@danking
Copy link
Member Author

danking commented Sep 20, 2024

The diff between publish-vortex.yml and the newly inlined section

(docs) # diff /tmp/foobarbaz23 /tmp/foobarbaz
1,5d0
< name: Publish to PyPI
< on:
<   workflow_call:
< 
< jobs:
6a2,3
>     needs: release-plz
>     if: ${{ needs.release-plz.outputs.releases_created == 'true' }}
53a51,52
>     needs: release-plz
>     if: ${{ needs.release-plz.outputs.releases_created == 'true' }}
90a90,91
>     needs: [ release-plz, macos, linux ]
>     if: ${{ needs.release-plz.outputs.releases_created == 'true' }}
94d94
<     needs: [ macos, linux ]

@robert3005 robert3005 merged commit e1a68af into develop Sep 20, 2024
4 checks passed
@robert3005 robert3005 deleted the fix-releases-for-real branch September 20, 2024 23:44
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