Skip to content

Commit

Permalink
Merge pull request #4 from yesinkim/feature/cicdtest
Browse files Browse the repository at this point in the history
cicd: publish 조건 수정
  • Loading branch information
yesinkim authored Sep 16, 2024
2 parents 5acaae1 + 29f974b commit 2ced12f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Publish Python 🐍 distributions 📦 to PyPI

on:
push:
tags:
- '*'
release:
types: [created]

jobs:
pypi-publish:
Expand Down

0 comments on commit 2ced12f

Please sign in to comment.