mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
pypi: filter nightly and pre-release
Co-authored-by: TechCiel <i@ciel.dev>
This commit is contained in:
parent
6c4222e524
commit
1a36356477
26
pypi.sh
26
pypi.sh
@ -37,18 +37,30 @@ compare-method = stat
|
|||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
enabled =
|
enabled =
|
||||||
|
regex_project
|
||||||
blocklist_project
|
blocklist_project
|
||||||
|
prerelease_release
|
||||||
|
|
||||||
|
[filter_regex]
|
||||||
|
packages =
|
||||||
|
.+-nightly(-|$)
|
||||||
|
|
||||||
|
[filter_prerelease]
|
||||||
|
packages =
|
||||||
|
duckdb
|
||||||
|
graphscope-client
|
||||||
|
lalsuite
|
||||||
|
gs-apps
|
||||||
|
gs-engine
|
||||||
|
gs-include
|
||||||
|
bigdl-dllib
|
||||||
|
bigdl-dllib-spark2
|
||||||
|
bigdl-dllib-spark3
|
||||||
|
ovito
|
||||||
|
|
||||||
[blocklist]
|
[blocklist]
|
||||||
packages =
|
packages =
|
||||||
tf-nightly-gpu
|
|
||||||
tf-nightly
|
|
||||||
tensorflow-io-nightly
|
|
||||||
tf-nightly-cpu
|
|
||||||
pyagrum-nightly
|
|
||||||
uselesscapitalquiz
|
uselesscapitalquiz
|
||||||
tf-nightly-intel
|
|
||||||
tf-nightly-cpu-aws
|
|
||||||
EOF
|
EOF
|
||||||
for i in $PYPI_EXCLUDE; do
|
for i in $PYPI_EXCLUDE; do
|
||||||
echo " $i"
|
echo " $i"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user