Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycorletti committed Jun 21, 2023
1 parent 01b9f97 commit 0895311
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
publish:
runs-on: ubuntu-latest

permissions:
id-token: write

strategy:
matrix:
python-version: ["3.11"]
Expand Down Expand Up @@ -35,7 +38,4 @@ jobs:
run: inv build

- name: publish
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: inv publish
uses: pypa/gh-action-pypi-publish@release/v1

1 comment on commit 0895311

@vercel
Copy link

@vercel vercel bot commented on 0895311 Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.