Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix a numpy 2 deprecation warning (dtype "a" code) (#556)#19

Fix a numpy 2 deprecation warning (dtype "a" code) (#556)

Fix a numpy 2 deprecation warning (dtype "a" code) (#556) #19

Workflow file for this run

name:Publish to PyPI
on:
push:
tags:
-"20*"
jobs:
build_and_deploy:
runs-on:ubuntu-latest
if:github.repository == 'python-graphblas/python-graphblas'
defaults:
run:
shell:bash -l {0}
steps:
-name:Checkout
uses:actions/checkout@v4
with:
fetch-depth:0
persist-credentials:false
-name:Set up Python
uses:actions/setup-python@v5
with:
python-version:"3.10"
-name:Install build dependencies
run:|
python -m pip install --upgrade pip
python -m pip install build twine
-name:Build wheel and sdist
run:python -m build --sdist --wheel
-uses:actions/upload-artifact@v4
with:
name:releases
path:dist
if-no-files-found:error
-name:Check with twine
run:python -m twine check --strict dist/*
-name:Publish to PyPI
uses:pypa/gh-action-pypi-publish@v1.12.4
with:
user:__token__
password:${{ secrets.PYPI_TOKEN }}

[8]ページ先頭

©2009-2025 Movatter.jp