Skip to content

Commit

Permalink
update publish target for PyPI
Browse files Browse the repository at this point in the history
Co-authored-by: Robb Kidd <robbkidd@honeycomb.io>
  • Loading branch information
JamieDanielson and robbkidd committed Jan 18, 2024
1 parent ddeaa1f commit f49508a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build: install

#: build and publish a package
publish: install
poetry publish -u honeycomb -p ${PYPI_PASSWORD}
poetry publish -u '__token__' -p ${PYPI_TOKEN}

#: cleans up smoke test output
clean-smoke-tests:
Expand Down

0 comments on commit f49508a

Please sign in to comment.