Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Checkout source
uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.10.17
python-version: '3.10'
- name: Install build dependencies
run: |
python -m pip install build wheel setuptools
Expand Down Expand Up @@ -81,14 +81,14 @@ jobs:
})
- name: Publish package to test PyPI
if: ${{ github.repository == 'toncenter/pytonlib' && github.event_name == 'push' }}
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TEST_PYPI_PASSWORD }}
repository_url: https://test.pypi.org/legacy/
- name: Publish package to PyPI
if: ${{ github.repository == 'toncenter/pytonlib' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
Expand Down
Binary file modified pytonlib/distlib/darwin/libtonlibjson.arm64.dylib
100644 → 100755
Binary file not shown.
Binary file modified pytonlib/distlib/darwin/libtonlibjson.x86_64.dylib
100644 → 100755
Binary file not shown.
Binary file modified pytonlib/distlib/linux/libtonlibjson.aarch64.so
100644 → 100755
Binary file not shown.
Binary file modified pytonlib/distlib/linux/libtonlibjson.x86_64.so
100644 → 100755
Binary file not shown.
Binary file modified pytonlib/distlib/windows/tonlibjson.amd64.dll
Binary file not shown.
Loading