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: docs/src/dev_docs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ $
45
45
```
46
46
47
47
For `omjlcomps`, registration is done by manually running the "Register to PyPI" workflow from the GitHub Actions tab (basically copied from [PythonCall.jl](https://github.com/cjdoris/PythonCall.jl)).
48
-
Be sure to adjust the version in the `python/setup.py` file before registering a new version.
48
+
Be sure to adjust the version in the `python/pyproject.toml` file before registering a new version.
49
49
After clicking on the Actions tab on https://github.com/byuflowlab/OpenMDAO.jl, you'll see "Register to PyPI" listed under "All workflows" on the left-hand side.
50
50
Click on that, then click on the "Run workflow" dropdown button on the right-hand side of the screen.
51
51
Run it from the master branch, then wait for the workflow to finish.
0 commit comments