File: publish

package info (click to toggle)
decli 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: python: 475; sh: 9; makefile: 5
file content (3 lines) | stat: -rwxr-xr-x 77 bytes parent folder | download
1
2
3
#!/bin/sh -e

poetry publish --build -u "$PYPI_USERNAME" -p "$PYPI_PASSWORD"