Skip to content

Commit

Permalink
fix: pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
matveypashkovskiy committed Dec 21, 2020
1 parent 7f18303 commit 7cde1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest-rts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Publish
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: |
git config user.email "semantic-release"
git config user.name "semantic-release"
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ clean:

publish: install
$(VENV_DIR)/bin/semantic-release publish \
-D version_variable=pytest_rts/__init__.py:__version__ \
-D upload_to_pypi=false
-D version_variable=pytest_rts/__init__.py:__version__

0 comments on commit 7cde1be

Please sign in to comment.