Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
majiidd committed Nov 8, 2024
1 parent 4c9e466 commit 8324bb8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/cache@v3
with:
path: ~/.local/share/virtualenvs
key: ${{ matrix.os }}-python-${{ matrix.python-version }}-pipenv-${{ hashFiles('Pipfile') }}

- name: Display Python version
run: python --version

Expand Down Expand Up @@ -80,7 +85,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/
verbose: true

- name: Publish to PyPI
Expand Down

0 comments on commit 8324bb8

Please sign in to comment.