Skip to content

Commit

Permalink
Test run
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhmather committed Dec 29, 2023
1 parent bb87d08 commit 89c0421
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- published
push:
branches:
- master
- release-testing

jobs:
upload:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
fi
- name: Build package
run: python -m build
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
# - name: Publish distribution to PyPI
# uses: pypa/gh-action-pypi-publish@master
# with:
# password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 89c0421

Please sign in to comment.