File: sr-release.sh

package info (click to toggle)
python-pysnmp4 7.1.22-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,504 kB
  • sloc: python: 33,673; makefile: 169; javascript: 4
file content (6 lines) | stat: -rwxr-xr-x 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/usr/bin/env bash

set -eE
set -v
echo pypy user=${PYPI_USERNAME}
yes | poetry publish --build --username ${PYPI_USERNAME} --password ${PYPI_TOKEN}