We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4b4ff commit aab136bCopy full SHA for aab136b
Makefile
@@ -200,6 +200,10 @@ upload: check-upload
200
# NOTE: --skip-existing doesn't seem to actually work
201
$(CONDA_RUN) twine upload --skip-existing $(WHEEL_FILE)
202
203
+anaconda-upload: $(CONDA_FILE)
204
+ # you will need to log in first
205
+ anaconda upload --user garpy $(CONDA_FILE)
206
+
207
clean-build:
208
-@$(RMDIR) build
209
-@$(RMDIR) dist
0 commit comments