Skip to content

Commit

Permalink
Revert Project Publishing GH Action (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-right authored Aug 14, 2024
1 parent 982b142 commit 71f3b82
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/github-actions-publish-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,12 @@ on:
jobs:
publish_project:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- name: get tags
run: git fetch --tags origin
- uses: actions/setup-python@v4
with:
python-version: 3.11
- name: install dependencies
run: pip install .[ci]
- name: install flit
run: pip install flit
- name: update version or publish
run: pip3 install flit
- name: publish project
env:
FLIT_USERNAME: __token__
FLIT_PASSWORD: ${{ secrets.FLIT_PASSWORD }}
run: python .github/scripts/handlers/version.py
run: flit publish

0 comments on commit 71f3b82

Please sign in to comment.