Anthony
Anthony
```yaml source: dist/*.whl target: /var/lib/pypi/simple/foo ``` ```shell $ tree /var/lib/pypi /var/lib/pypi └── simple └── foo └── dist └── foo-0.1.5-py3-none-any.whl 4 directories, 1 file ``` That's not how `scp` is supposed...
Closes #439. At this time, it contains only re-write of parsing to stdlib's `argparse`. You can test overall "look & feel" just by running `waitress-serve` with `--help`, and other arguments....
Currently, the usage of `waitress-serve` is as follows: ```console $ waitress-serve --help Usage: waitress-serve [OPTS] MODULE:OBJECT ``` This is rather inconvenient, as "application" argument is rarely change over the lifetime...
# Test plan - add private repo - authorize yourself against it with `poetry config http-basic. $USER` - verify it by uploading some package: `poetry publish --build --repository=` - try...