Skip to content

Commit 6fa6dd2

Browse files
authored
Update publish.yml
remove cache and comment out user
1 parent f9a8f9b commit 6fa6dd2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ jobs:
1818
python-version: '3.10'
1919
# architecture: 'x64'
2020

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-
2821
- name: Build extension package
2922
run: |
3023
python3 -m pip install hatch
@@ -34,5 +27,5 @@ jobs:
3427
# if: startsWith(github.ref, 'refs/tags')
3528
uses: pypa/gh-action-pypi-publish@release/v1
3629
with:
37-
user: __token__
30+
# user: __token__
3831
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)