Skip to content

Commit 4886be7

Browse files
committed
uupdate
1 parent 5aa1779 commit 4886be7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ on: [push]
44

55
jobs:
66
pypi-publish:
7-
name: Publish package distributions to PyPI
87
runs-on: ubuntu-latest
98
environment:
10-
name: pypi
9+
name: pypiPublish package distributions to PyPI
1110
url: https://pypi.org/p/sphinxnotes-snippet
1211
permissions:
1312
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1413
steps:
15-
- run: make dist
14+
- run: pwd && ls && make dist
1615
- uses: pypa/gh-action-pypi-publish@release/v1
1716
with:
1817
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)