We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87fc58 commit c65352bCopy full SHA for c65352b
2 files changed
.github/workflows/nightly.yml
@@ -122,6 +122,7 @@ jobs:
122
with:
123
subject-path: dist/*
124
- name: Publish to PyPI
125
+ if: github.repository_id != 1226495532 # Skip PyPI for the template repo itself
126
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14
127
128
packages-dir: dist/
.github/workflows/release.yml
@@ -83,6 +83,7 @@ jobs:
83
84
85
86
87
88
89
0 commit comments