Skip to content

Commit

Permalink
Added twine upload credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
clyde-johnston committed Jun 10, 2023
1 parent a3ef9e0 commit ffbca00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
push:
branches:
- master
- issue-259

# Ensures that only one workflow is running at a time
concurrency:
Expand Down Expand Up @@ -65,7 +64,6 @@ jobs:
# Run build and test suite
- name: Run build and test
if: false
run: |
nox --non-interactive --error-on-missing-interpreters --session test pristine --python ${{ matrix.python }}
nox --non-interactive --session demo check_style docs
Expand Down Expand Up @@ -110,8 +108,7 @@ jobs:
python -m twine upload dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TEST_API_TOKEN_GLOBAL }}
TWINE_REPOSITORY: testpypi
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN_GLOBAL }}

# Tag release
- name: Push version tag
Expand All @@ -120,4 +117,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ env.pycyphal_version }}
tag_prefix: ''
dry_run: true
dry_run: false
2 changes: 1 addition & 1 deletion pycyphal/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.15.1"
__version__ = "1.15.2"

0 comments on commit ffbca00

Please sign in to comment.