Skip to content

Commit

Permalink
Removed build isolation for TestPyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
ksarink committed Nov 25, 2022
1 parent 0b0480a commit d2e9bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
- name: Install pypa/build
run: pip install build
- name: Build a binary wheel and a source tarball
run: python -m build --sdist --wheel --outdir dist/ .
run: python -m build --sdist -n --wheel --outdir dist/ .
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository_url: https://test.pypi.org/legacy/

0 comments on commit d2e9bc8

Please sign in to comment.