Skip to content

Commit b015568

Browse files
authored
Remove redundant lines
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 8308d1d commit b015568

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ env:
2323
FORCE_COLOR: 1
2424

2525
jobs:
26-
# Always build & lint package.
2726
build-package:
2827
name: Build & verify package
2928
runs-on: ubuntu-latest
3029

3130
steps:
3231
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3332
with:
34-
fetch-depth: 0
3533
persist-credentials: false
3634

3735
- uses: hynek/build-and-inspect-python-package@fe0a0fb1925ca263d076ca4f2c13e93a6e92a33e # v2.17.0
@@ -61,7 +59,6 @@ jobs:
6159
with:
6260
repository-url: https://test.pypi.org/legacy/
6361

64-
# Publish to PyPI on GitHub Releases.
6562
release-pypi:
6663
name: Publish to PyPI
6764
# Only run for published releases.

0 commit comments

Comments
 (0)