Skip to content

Commit

Permalink
Try fix deploy 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander.A.Utkin committed Sep 6, 2024
1 parent bf11851 commit 9cf07ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-deploy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
- uses: actions/checkout@v4
- name: Build PyReindexer
run: |
brew install pipx
pipx install setuptools
python3 setup.py setuptools sdist bdist_wheel
brew install python-setuptools
python3 setup.py sdist bdist_wheel
shell: bash
- name: Deploy PyReindexer To Test-Pypi
env:
Expand Down

0 comments on commit 9cf07ae

Please sign in to comment.