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

9.0.2

9.0.2 #15

Workflow file for this run

name:Publish to PyPI
on:
release:
types:[published]
jobs:
publish:
name:Release build and publish
runs-on:ubuntu-latest
steps:
-name:Check out code
uses:actions/checkout@v4
-name:Set up Python
uses:actions/setup-python@v5
with:
python-version:'3.9'
-name:Build package
run:|
python -m pip install setuptools wheel build
python setup.py sdist bdist_wheel
-name:Publish package
run:|
python -m pip install twine
python -m twine upload -r pypi dist/*
env:
TWINE_USERNAME:__token__
TWINE_PASSWORD:${{ secrets.PYPI_TOKEN }}
TWINE_NON_INTERACTIVE:true

[8]ページ先頭

©2009-2025 Movatter.jp