Skip to content

Commit

Permalink
Merge pull request #12 from MinuraPunchihewa/development
Browse files Browse the repository at this point in the history
[PR] dev to main: updated the compute for building the package
  • Loading branch information
MinuraPunchihewa authored Jul 11, 2023
2 parents c1f351b + ed7dd5a commit 346c153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
OPENAI_API_KEY: ${{ secrets.OPENAI_TOKEN }}
source-dist:
needs: test
runs-on: windows-latest
runs-on: ubuntu-latest
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9
- name: build wheel
run: |
pip install wheel
Expand Down

0 comments on commit 346c153

Please sign in to comment.