We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17398c2 commit 8d34251Copy full SHA for 8d34251
.github/workflows/build.yml
@@ -43,7 +43,6 @@ jobs:
43
if: >
44
github.event_name == 'push' &&
45
startsWith(github.ref, 'refs/tags') &&
46
- github.base_ref == 'main' &&
47
github.actor == github.repository_owner
48
uses: actions/upload-artifact@v4
49
with:
@@ -53,6 +52,5 @@ jobs:
53
52
54
55
56
57
58
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments