Skip to content

Commit

Permalink
Switch to common delivery workflow (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
epsy committed Jul 18, 2023
1 parent 75f2d1c commit b7e6151
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 51 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/cd.yml
@@ -0,0 +1,16 @@
name: Publish Python package to PyPI

on:
push:
tags:
- v[0-9]*
release:
types:
- published

jobs:
python-ci:
uses: epsy/python-workflows/.github/workflows/python-cd.yaml@main
secrets:
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
51 changes: 0 additions & 51 deletions .github/workflows/deploy-pypi.yaml

This file was deleted.

0 comments on commit b7e6151

Please sign in to comment.