Skip to content

Commit ef6a678

Browse files
committed
disable publish_conda workflow temporarily. disable the test upload to testPyPi for now
1 parent f15718a commit ef6a678

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/build_pip.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
path: dist/*
4242
if-no-files-found: error
4343

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/
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/

.github/workflows/publish_conda.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: publish_conda
2-
on:
32

43

54
jobs:

0 commit comments

Comments
 (0)