Skip to content

Commit

Permalink
bump: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulustul committed Jun 9, 2022
1 parent 492d481 commit ae45e48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
- name: Fetch gh-pages
uses: actions/checkout@v2
with:
repository: "pactfi/pact-py-sdk-private"
repository: "pactfi/pact-py-sdk"
ref: gh-pages
path: gh-pages
token: ${{ secrets.GH_PAT }}
- run: poetry install
- run: |
git config --global user.name "GitHub Actions Bot"
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/pact-sdk-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ jobs:
- name: Fetch contracts
uses: actions/checkout@v2
with:
repository: "pactfi/algorand-testbed-private"
ref: stableswap-contract
repository: "pactfi/algorand-testbed"
path: algorand-testbed
token: ${{ secrets.GH_PAT }}
- run: cd algorand-testbed && poetry install
- run: cd algorand-testbed && docker-compose up -d
- run: poetry run pytest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pactsdk"
version = "0.1.2"
version = "0.3.0"
description = "Python SDK for Pact smart contracts"
authors = ["Mateusz Tomczyk <[email protected]>"]
homepage = "https://github.com/pactfi/pact-py-sdk"
Expand Down

0 comments on commit ae45e48

Please sign in to comment.