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 d09d303 commit df33950Copy full SHA for df33950
{{cookiecutter.name}}/.github/workflows/pypi.yml
@@ -7,7 +7,6 @@ on:
7
8
jobs:
9
pypi:
10
- name: Publish package distributions to PyPI
11
runs-on: ubuntu-latest
12
environment:
13
name: pypi
{{cookiecutter.name}}/.github/workflows/release.yml
release:
- name: Publish Github Release
needs: [pypi]
permissions:
0 commit comments