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 f9a8f9b commit 6fa6dd2Copy full SHA for 6fa6dd2
.github/workflows/publish.yml
@@ -18,13 +18,6 @@ jobs:
18
python-version: '3.10'
19
# architecture: 'x64'
20
21
- - name: Setup pip cache
22
- uses: actions/cache@v3
23
- with:
24
- path: ~/.cache/pip
25
- key: ${{ runner.os }}-pip-3.10-${{ hashFiles('pyproject.toml') }}
26
- restore-keys: |
27
- ${{ runner.os }}-pip-3.10-
28
- name: Build extension package
29
run: |
30
python3 -m pip install hatch
@@ -34,5 +27,5 @@ jobs:
34
# if: startsWith(github.ref, 'refs/tags')
35
uses: pypa/gh-action-pypi-publish@release/v1
36
with:
37
- user: __token__
+ # user: __token__
38
31
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments