File: release

package info (click to toggle)
zfs-autobackup 3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 616 kB
  • sloc: python: 5,044; sh: 94; makefile: 3
file content (18 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash

set -e


rm -rf dist
python3 setup.py sdist bdist_wheel
# python2 setup.py sdist bdist_wheel


gnome-keyring-daemon
source token


python3 -m twine check dist/*
python3 -m twine upload dist/*

git push --tags