Skip to content

Commit

Permalink
Makes python version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hiwakaba authored and Hirotaka Wakabayashi committed Jan 19, 2023
1 parent 25f3b16 commit 5d874b0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
ENV_FORCE_PUBLISHER: ${{ secrets.FORCE_PUBLISHER }}
ENV_USE_PACKAGECLOUD_REPO: ${{ secrets.USE_PACKAGECLOUD_REPO }}
ENV_PACKAGECLOUD_OWNER: ${{ secrets.PACKAGECLOUD_OWNER }}
ENV_PACKAGECLOUD_DOWNLOAD_REPO: ${{ secrets.PACKAGECLOUD_DOWNLOAD_REPO }}
python-version: [3.9, 3.10, 3.11]
steps:
- name: Set environments from secrets
run: |
Expand Down

0 comments on commit 5d874b0

Please sign in to comment.