Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/cryptography-41.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-bryson committed Dec 13, 2023
2 parents 70c2c4b + 6c7fe8b commit 11a39ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Update setup.py if manual release
if: github.event_name == 'workflow_dispatch'
run: |
Expand All @@ -26,7 +26,7 @@ jobs:
python setup.py sdist
python setup.py bdist_wheel
- name: pypi-publish
uses: pypa/gh-action-pypi-publish@v1.4.2
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 11a39ec

Please sign in to comment.