Skip to content

Commit

Permalink
version deployment with verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
bagjohn authored Oct 18, 2024
1 parent 049b6f7 commit 35ed077
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/automatic-versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
- name: Install package
run: poetry install

- name: Test with pytest
env:
SDL_VIDEODRIVER: "dummy"
SDL_AUDIODRIVER: "disk"
run: poetry run pytest tests/ --cov=larvaworld --cov-report=xml
# - name: Test with pytest
# env:
# SDL_VIDEODRIVER: "dummy"
# SDL_AUDIODRIVER: "disk"
# run: poetry run pytest tests/ --cov=larvaworld --cov-report=xml

- name: Use Codecov to track coverage
uses: codecov/codecov-action@v2
Expand Down Expand Up @@ -96,6 +96,7 @@ jobs:
- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
Expand Down

0 comments on commit 35ed077

Please sign in to comment.