Are there any docs on deploying taps made with Sin...
# singer-tap-development
h
Are there any docs on deploying taps made with Singer SDK to PyPi? I haven’t used
pipx
before – might be useful info for developers
a
Assuming you are using the default poetry config, essentially you just run
poetry --build publish
, plus adding your PyPi creds in whatever way you prefer. I started to compile notes on the process here in the goal of adding to docs once we have a stable/tested set of instructions: Document process to publish to PyPi using Poetry (#48) · Issues · meltano / Singer SDK · GitLab
h
Awesome! Thank you
a
Note that there are some poetry commands to auto-bump your version number, but those are just shortcuts to what you can do simply by editing the version in
pyproject.toml