Skip to content

Commit

Permalink
uupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Mar 23, 2024
1 parent 5aa1779 commit 4886be7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ on: [push]

jobs:
pypi-publish:
name: Publish package distributions to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
name: pypiPublish package distributions to PyPI
url: https://pypi.org/p/sphinxnotes-snippet
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- run: make dist
- run: pwd && 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 4886be7

Please sign in to comment.