Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Nov 28, 2023
1 parent c8ceb3a commit d0174e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ jobs:
id: full-python-version
run: echo version=$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") >> $GITHUB_OUTPUT

- name: Bootstrap poetry
run: |
curl -sSL https://install.python-poetry.org | python - -y
- name: Update PATH
if: ${{ matrix.os != 'Windows' }}
run: echo "$HOME/.local/bin" >> $GITHUB_PATH
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
on: push

on:
push:
tags:
- '*.*.*'

jobs:
Release:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
Expand Down

0 comments on commit d0174e4

Please sign in to comment.