mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
9 lines
224 B
Bash
Executable file
9 lines
224 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
#export UV_PUBLISH_TOKEN=$(pass show w/pypi-api-test)
|
|
#out/extracted/uv/uv publish --index testpypi out/wheels/*
|
|
|
|
export UV_PUBLISH_TOKEN=$(pass show w/pypi-api)
|
|
out/extracted/uv/uv publish out/wheels/*
|