Skip to content

Commit 49b02a9

Browse files
committed
update
1 parent 4886be7 commit 49b02a9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ jobs:
66
pypi-publish:
77
runs-on: ubuntu-latest
88
environment:
9-
name: pypiPublish package distributions to PyPI
9+
name: pypi
1010
url: https://pypi.org/p/sphinxnotes-snippet
1111
permissions:
1212
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1313
steps:
14-
- run: pwd && ls && make dist
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-python@v5
16+
- run: pip install -r '[.dev]'
17+
- run: ls && make dist
1518
- uses: pypa/gh-action-pypi-publish@release/v1
1619
with:
1720
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)