Skip to content

Commit

Permalink
Merge branch 'main' into python-3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Mar 23, 2023
2 parents d333cbf + a95febe commit 18375d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
python -m pip install dist/xbatcher*.whl
python -m xbatcher.util.print_versions
- name: Publish package to TestPyPI
uses: pypa/[email protected].1
uses: pypa/[email protected].3
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/
# verbose: true

upload-to-pypi:
Expand All @@ -96,7 +96,7 @@ jobs:
name: releases
path: dist
- name: Publish package to PyPI
uses: pypa/[email protected].1
uses: pypa/[email protected].3
with:
password: ${{ secrets.PYPI_API_TOKEN }}
# verbose: true
4 changes: 2 additions & 2 deletions .github/workflows/testpypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
python -m xbatcher.util.print_versions
- name: Publish package to TestPyPI
uses: pypa/[email protected].1
uses: pypa/[email protected].3
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/
# verbose: true

0 comments on commit 18375d8

Please sign in to comment.