Skip to content

Commit

Permalink
Update publish_on_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
boopthesnoot committed May 24, 2024
1 parent 75e394e commit 92d4f6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_on_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
auto-update-conda: true
python-version: ${{ matrix.python-version }}
- name: Master version bumped
Expand All @@ -39,6 +40,7 @@ jobs:
uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
auto-update-conda: true
python-version: ${{ matrix.python-version }}
- name: Conda info
Expand Down Expand Up @@ -82,6 +84,7 @@ jobs:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
auto-update-conda: true
python-version: ${{ matrix.python-version }}
- name: Conda info
Expand Down

0 comments on commit 92d4f6f

Please sign in to comment.