Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/dot-github/workflows/virtua…
Browse files Browse the repository at this point in the history
…lenv-20.26.2
  • Loading branch information
robbievanleeuwen authored Jun 25, 2024
2 parents 4006bee + 5318e73 commit aa8324f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==24.0
nox==2024.4.15
nox-poetry==1.0.3
poetry==1.8.2
poetry==1.8.3
virtualenv==20.26.2
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
- name: Publish package on PyPI
if: steps.check-version.outputs.tag
uses: pypa/gh-action-pypi-publish@v1.8.14
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

- name: Publish package on TestPyPI
if: "! steps.check-version.outputs.tag"
uses: pypa/gh-action-pypi-publish@v1.8.14
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
Expand Down

0 comments on commit aa8324f

Please sign in to comment.