Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Mar 23, 2024
1 parent 4886be7 commit 49b02a9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ jobs:
pypi-publish:
runs-on: ubuntu-latest
environment:
name: pypiPublish package distributions to PyPI
name: pypi
url: https://pypi.org/p/sphinxnotes-snippet
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- run: pwd && ls && make dist
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install -r '[.dev]'
- run: ls && make dist
- uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
Expand Down

0 comments on commit 49b02a9

Please sign in to comment.