Description
doc/source/contributing.rst tells contributors that a deploy Nox session publishes the distribution, but noxfile.py does not define that session. Publishing is performed by the GitHub Actions continuous-delivery workflow.
Steps to reproduce
1. Open doc/source/contributing.rst and find the documented deploy session.
2. List the sessions defined in noxfile.py.
3. Observe that no deploy session exists.
Expected behavior
Every documented Nox session should exist, and release publishing should point to the actual GitHub Actions workflow.
Actual behavior
The contributor guide advertises a command contributors cannot run.
Environment
- Python version: Any supported version
- b2sdk version:
master at f3ab7b71
- OS: Any
Description
doc/source/contributing.rsttells contributors that adeployNox session publishes the distribution, butnoxfile.pydoes not define that session. Publishing is performed by the GitHub Actions continuous-delivery workflow.Steps to reproduce
Expected behavior
Every documented Nox session should exist, and release publishing should point to the actual GitHub Actions workflow.
Actual behavior
The contributor guide advertises a command contributors cannot run.
Environment
masteratf3ab7b71