Skip to content

Commit

Permalink
fix(ci): add pypi token in production publishing (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: N. L <[email protected]>
  • Loading branch information
Aeternalis-Ingenium and ninopleno authored Dec 5, 2023
1 parent b31f7a3 commit d7492f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
verbose: true

github-release:
name: >-
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/cd-stg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
push:
branches:
- "release/v*.*.*"
workflow_run:
workflows: ["CI Automated Testing"]
types:
- completed

jobs:
build-testpypi-distribution:
Expand Down

0 comments on commit d7492f0

Please sign in to comment.