Skip to content

Commit

Permalink
⌛️ ci: Fix Release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomy0000000 committed Jun 17, 2022
1 parent 8904646 commit a60725c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ jobs:
run: |
python -m pip install --upgrade pip flit
- name: Write version file
run: |
echo "__version__ = '${{ github.ref_name }}'" >> tw_invoice/__init__.py
- name: Commit version file
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions

- name: Publish package
env:
FLIT_INDEX_URL: ${{ secrets.FLIT_INDEX_URL }}
Expand Down

0 comments on commit a60725c

Please sign in to comment.