Skip to content

Commit

Permalink
Update pypi-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo authored Jan 16, 2023
1 parent 81ddf97 commit 2002f19
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: Plushing Python Package

on:
release:
types:
- published

env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}

jobs:
PyPi-Package-Release:
if: github.repository == 'Anselmoo/tanabesugano'
name: Publish on PyPi
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2002f19

Please sign in to comment.