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 8308d1d commit b015568Copy full SHA for b015568
1 file changed
.github/workflows/publish.yml
@@ -23,15 +23,13 @@ env:
23
FORCE_COLOR: 1
24
25
jobs:
26
- # Always build & lint package.
27
build-package:
28
name: Build & verify package
29
runs-on: ubuntu-latest
30
31
steps:
32
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
33
with:
34
- fetch-depth: 0
35
persist-credentials: false
36
37
- uses: hynek/build-and-inspect-python-package@fe0a0fb1925ca263d076ca4f2c13e93a6e92a33e # v2.17.0
@@ -61,7 +59,6 @@ jobs:
61
59
62
60
repository-url: https://test.pypi.org/legacy/
63
64
- # Publish to PyPI on GitHub Releases.
65
release-pypi:
66
name: Publish to PyPI
67
# Only run for published releases.
0 commit comments