Skip to content

Commit

Permalink
minor [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed Oct 28, 2024
1 parent dfd5300 commit b6e8aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: pypi

on:
workflow_dispatch:
release:
types: [created]

Expand All @@ -17,7 +18,6 @@ jobs:
RELEASE=${GITHUB_REF##*/}
sed -i -e "s/version=\".*\"/version=\"$RELEASE\"/" pyproject.toml
echo $RELEASE
cat setup.py
- name: Install pip, setuptools, build, twine
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit b6e8aa2

Please sign in to comment.