Skip to content

Commit

Permalink
Disable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
valentindeaconu committed Dec 11, 2024
1 parent cd623b6 commit a173155
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-python@v5
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
cache: 'pip'

- name: Compute version
id: version
Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
python -m twine upload --repository-url "${PYPI_REPO_URL}"
--username "${PYPI_REPO_USERNAME}"
--password "${PYPI_REPO_PASSWORD}"
dist/*
dist/*

0 comments on commit a173155

Please sign in to comment.