Skip to content

Commit

Permalink
Merge pull request #37
Browse files Browse the repository at this point in the history
merge refactor-17bf0d65 with master
  • Loading branch information
sssomeshhh authored Nov 13, 2022
2 parents 17bf0d6 + 344915f commit ecd9405
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Checkout Repo
id: checkout_repo
uses: actions/checkout@v2.5.0
uses: actions/checkout@v3
with:
submodules: recursive

Expand All @@ -26,6 +26,7 @@ jobs:
env:
PKG_VER: ${{ github.ref }}
run: |
python3 grt.py
python3 -m pip install build --user
python3 -m build
ls -shl dist/
Expand Down

0 comments on commit ecd9405

Please sign in to comment.