Skip to content

Commit

Permalink
Merge branch 'tupui:main' into dapp-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
0xExp-po authored Sep 9, 2024
2 parents 4c2010c + d5bdf39 commit 5dc8193
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: cd tansu && hatch build && mv dist ../.

- name: Generate artifact attestation for sdist and wheels
uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c
with:
subject-path: "dist/tansu*"

Expand All @@ -51,6 +51,6 @@ jobs:
done
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
with:
print-hash: true
4 changes: 2 additions & 2 deletions dapp/packages/soroban_versioning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"buffer": "6.0.3",
"@stellar/stellar-sdk": "12.1.0"
"@stellar/stellar-sdk": "12.2.0"
},
"devDependencies": {
"typescript": "5.3.3"
"typescript": "5.5.4"
}
}

0 comments on commit 5dc8193

Please sign in to comment.