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 5aa1779 commit 4886be7Copy full SHA for 4886be7
.github/workflows/pypi.yml
@@ -4,15 +4,14 @@ on: [push]
4
5
jobs:
6
pypi-publish:
7
- name: Publish package distributions to PyPI
8
runs-on: ubuntu-latest
9
environment:
10
- name: pypi
+ name: pypiPublish package distributions to PyPI
11
url: https://pypi.org/p/sphinxnotes-snippet
12
permissions:
13
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
14
steps:
15
- - run: make dist
+ - run: pwd && ls && make dist
16
- uses: pypa/gh-action-pypi-publish@release/v1
17
with:
18
repository-url: https://test.pypi.org/legacy/
0 commit comments