We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4886be7 commit 49b02a9Copy full SHA for 49b02a9
.github/workflows/pypi.yml
@@ -6,12 +6,15 @@ jobs:
6
pypi-publish:
7
runs-on: ubuntu-latest
8
environment:
9
- name: pypiPublish package distributions to PyPI
+ name: pypi
10
url: https://pypi.org/p/sphinxnotes-snippet
11
permissions:
12
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
13
steps:
14
- - run: pwd && ls && make dist
+ - uses: actions/checkout@v4
15
+ - uses: actions/setup-python@v5
16
+ - run: pip install -r '[.dev]'
17
+ - run: ls && make dist
18
- uses: pypa/gh-action-pypi-publish@release/v1
19
with:
20
repository-url: https://test.pypi.org/legacy/
0 commit comments