Skip to content

Commit

Permalink
added manylinux docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul committed Sep 4, 2024
1 parent 05e5bf7 commit d642de0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
# cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ubuntu-latest
container:
image: pypa/manylinux2014_x86_64
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
Expand Down Expand Up @@ -44,11 +46,11 @@ jobs:
# # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
# run: ctest -C ${{env.BUILD_TYPE}}

- name: Pubnlish to PyPI
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PyPi_API_TOKEN }}
skip_existing: flase
skip_existing: false

# pypi-publish:
# name: upload release to PyPI
Expand Down

0 comments on commit d642de0

Please sign in to comment.