pypi typo
This commit is contained in:
		@@ -10,13 +10,13 @@ steps:
 | 
				
			|||||||
  - isort --check-only --diff .
 | 
					  - isort --check-only --diff .
 | 
				
			||||||
  - pylint morss --rcfile=.pylintrc --disable=C,R,W --fail-under=8
 | 
					  - pylint morss --rcfile=.pylintrc --disable=C,R,W --fail-under=8
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: pypy
 | 
					- name: pypi
 | 
				
			||||||
  image: plugins/pypi
 | 
					  image: plugins/pypi
 | 
				
			||||||
  settings:
 | 
					  settings:
 | 
				
			||||||
    username:
 | 
					    username:
 | 
				
			||||||
      from_secret: pypy_user
 | 
					      from_secret: pypi_user
 | 
				
			||||||
    password:
 | 
					    password:
 | 
				
			||||||
      from_secret: pypy_pwd
 | 
					      from_secret: pypi_pwd
 | 
				
			||||||
  when:
 | 
					  when:
 | 
				
			||||||
    branch:
 | 
					    branch:
 | 
				
			||||||
    - master
 | 
					    - master
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user