Skip to content

Commit 41c34d7

Browse files
authored
ci: tidy up GHA (#163)
* ci: fix lint warning * Update build.yml * Update build.yml
1 parent a9ba616 commit 41c34d7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v2
2929
- uses: actions/setup-python@v2
30-
with:
31-
fetch-depth: 0 # required for versioneer to find tags
3230
- uses: pre-commit/[email protected]
3331

3432

@@ -165,6 +163,4 @@ jobs:
165163
- name: Upload to PyPI
166164
uses: pypa/[email protected]
167165
with:
168-
user: __token__
169166
password: ${{ secrets.PYPI_RELEASE_PASSWORD }}
170-
skip_existing: true

0 commit comments

Comments
 (0)