Skip to content

Commit

Permalink
trying to get test.pypi to work again
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed May 26, 2023
1 parent 0e03517 commit 3b25324
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@ jobs:
run: >-
python -m
pdoc -o docs -n pySMART
# - name: Build the test wheel and a source tarball
# run: >-
# PACKAGE_NAME=pySMART.truenas python -m
# build
# --sdist
# --wheel
# --outdir distTest/
# .
# - name: Publish distribution 📦 to Test PyPI
# uses: pypa/gh-action-pypi-publish@master
# with:
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
# repository_url: https://test.pypi.org/legacy/
# packages_dir: distTest/
# skip_existing: true
- name: Build the test wheel and a source tarball
run: >-
PACKAGE_NAME=pySMART.truenas python -m
build
--sdist
--wheel
--outdir distTest/
.
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
packages_dir: distTest/
skip_existing: true
- name: Build the binary wheel and a source tarball
run: >-
python -m
Expand Down

0 comments on commit 3b25324

Please sign in to comment.