Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/drift-labs/driftpy
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNineteen committed Oct 27, 2022
2 parents 5394638 + d70f615 commit 064d007
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout
uses: actions/[email protected]

- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4.3.0
with:
python-version: 3.10
python-version: 3.10.8
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
Expand Down

0 comments on commit 064d007

Please sign in to comment.