Skip to content

Commit

Permalink
[pypi] WIP CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fradav committed May 2, 2024
1 parent 9cdac2b commit 1ab2281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: abcranger-build
on: [push]

env:
VCPKG_REVISION: "6f7ffeb18f99796233b958aaaf14ec7bd4fb64b2"
VCPKG_REVISION: "943c5ef1c8f6b5e6ced092b242c8299caae2ff01"
PMM_VERSION: "2.1.0"

jobs:
Expand All @@ -21,7 +21,7 @@ jobs:
fetch-depth: '0'
- name: Bump version and push tag
id: bump_version
uses: anothrNick/github-tag-action@1.39.0
uses: anothrNick/github-tag-action@1.67.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
asset_content_type: application/octet-stream
if: matrix.os == 'windows-latest'
- name: Build wheels
uses: pypa/cibuildwheel@v2.11.3
uses: pypa/cibuildwheel@v2.17.0
- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit 1ab2281

Please sign in to comment.