Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1e093db

Browse filesBrowse files
committed
gha: test publish action
1 parent a7aa7d9 commit 1e093db
Copy full SHA for 1e093db

File tree

Expand file treeCollapse file tree

1 file changed

+9
-9
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+9
-9
lines changed

‎.github/workflows/publish.yaml

Copy file name to clipboardExpand all lines: .github/workflows/publish.yaml
+9-9Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
uses: actions/setup-python@v4
1818
with:
1919
python-version: "3.8"
20-
- name: Install dependencies
21-
run: |
22-
python -m pip install --upgrade pip pytest cmake scikit-build setuptools
20+
# - name: Install dependencies
21+
# run: |
22+
# python -m pip install --upgrade pip pytest cmake scikit-build setuptools
2323
- name: Build source distribution
2424
run: |
2525
python setup.py sdist
26-
- name: Publish distribution to PyPI
27-
# TODO: move to tag based releases
28-
# if: startsWith(github.ref, 'refs/tags')
29-
uses: pypa/gh-action-pypi-publish@release/v1
30-
with:
31-
password: ${{ secrets.PYPI_API_TOKEN }}
26+
# - name: Publish distribution to PyPI
27+
# # TODO: move to tag based releases
28+
# # if: startsWith(github.ref, 'refs/tags')
29+
# uses: pypa/gh-action-pypi-publish@release/v1
30+
# with:
31+
# password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.