We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15718a commit ef6a678Copy full SHA for ef6a678
2 files changed
.github/workflows/build_pip.yml
@@ -41,8 +41,8 @@ jobs:
41
path: dist/*
42
if-no-files-found: error
43
44
- - name: Publish package to TestPyPI
45
- continue-on-error: true
46
- uses: pypa/gh-action-pypi-publish@release/v1
47
- with:
48
- repository-url: https://test.pypi.org/legacy/
+# - name: Publish package to TestPyPI
+# continue-on-error: true
+# uses: pypa/gh-action-pypi-publish@release/v1
+# with:
+# repository-url: https://test.pypi.org/legacy/
.github/workflows/publish_conda.yml
@@ -1,5 +1,4 @@
1
name: publish_conda
2
-on:
3
4
5
jobs:
0 commit comments