Skip to content

[API-482] [API-560] Updated api version and removed irrelevant C++ or… #190

[API-482] [API-560] Updated api version and removed irrelevant C++ or…

[API-482] [API-560] Updated api version and removed irrelevant C++ or… #190

Workflow file for this run

name: Test Publish CwAPI3D Package
on:
push:
branches-ignore:
- 'main'
jobs:
build-and-publish:
name: Test Build and Publish
runs-on: 'ubuntu-latest'
environment:
name: testpypi
url: https://test.pypi.org/p/cwapi3d
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install build
- run: python -m build
- uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true