You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maintainer/knowledge_base.rst
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1520,6 +1520,15 @@ So make sure that you **tag** your package in such a way that the package name
1520
1520
that conda-build spits out will sort the package uploaded with an ``rc`` label
1521
1521
higher than the package uploaded with the ``dev`` label.
1522
1522
1523
+
How to update your feedstock token?
1524
+
====================================
1525
+
To reset your feedstock token and fix issues with uploads, follow these steps:
1526
+
1527
+
1. Create a new text file in the ``token_reset`` directory of the ``conda-forge/admin-requests`` repo.
1528
+
2. Add the name of your feedstock in the text file. While adding the name, don't add "-feedstock" to the end of it. For example: for``python-feedstock``, just add ``python``.
1529
+
1530
+
See `token_reset/example.txt <https://github.com/conda-forge/admin-requests/blob/main/token_reset/example.txt>`__ for an example.
0 commit comments