Skip to content

Commit

Permalink
Change build and publish section in merge_to_master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LadislavVasina1 committed Jul 24, 2023
1 parent 6a5e357 commit bcdf527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge_to_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup python 3.8
- name: Setup python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: '3.10'
- name: Install pypa/build
run: python -m pip install build --user
- name: Build a binary wheel and a source tarball
Expand Down

0 comments on commit bcdf527

Please sign in to comment.