Skip to content

Commit

Permalink
Merge pull request #25 from qurit/main
Browse files Browse the repository at this point in the history
Update development to current main branch
  • Loading branch information
lukepolson committed Mar 27, 2023
2 parents 2bea7e1 + 024c220 commit 406b705
Show file tree
Hide file tree
Showing 4 changed files with 456 additions and 28 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:
Expand All @@ -26,11 +26,6 @@ jobs:
--wheel
--outdir dist/
.
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
Loading

0 comments on commit 406b705

Please sign in to comment.