Skip to content

Bump numpy from 1.26.4 to 2.1.0 #362

Bump numpy from 1.26.4 to 2.1.0

Bump numpy from 1.26.4 to 2.1.0 #362

Workflow file for this run

name: TestPyPI
on:
pull_request:
paths:
- 'src/**'
- 'pyproject.toml'
jobs:
test_pypi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
architecture: x64
- run: pip install poetry==1.8.3
- run: >-
poetry version patch &&
version=$(poetry version | awk '{print $2}') &&
poetry version $version.dev.$(date +%s)
- run: poetry build
- uses: pypa/gh-action-pypi-publish@v1.0.0a0
with:
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/