Skip to content

Commit aab136b

Browse files
Add anaconda upload make target
1 parent 1c4b4ff commit aab136b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ upload: check-upload
200200
# NOTE: --skip-existing doesn't seem to actually work
201201
$(CONDA_RUN) twine upload --skip-existing $(WHEEL_FILE)
202202

203+
anaconda-upload: $(CONDA_FILE)
204+
# you will need to log in first
205+
anaconda upload --user garpy $(CONDA_FILE)
206+
203207
clean-build:
204208
-@$(RMDIR) build
205209
-@$(RMDIR) dist

0 commit comments

Comments
 (0)