Skip to content

Commit

Permalink
fix: test minor semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
SaaiVenkat committed May 11, 2024
1 parent b74b835 commit 4e0d35e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
env:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: poetry run semantic-release publish --post publish_command='poetry publish --repository testpypi'
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests with Tox
name: Run Tests

on:
push:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install poetry
poetry config virtualenvs.create false
poetry lock
poetry lock --no-update
poetry install
- name: Unit tests
Expand Down

0 comments on commit 4e0d35e

Please sign in to comment.